home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Night Owl 9
/
Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO
/
006a
/
tb115.exe
/
TB.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-09-29
|
567b
|
21 lines
@echo off
rem
rem The TurBoard Standalone BBS Batch Program (Support Shareware!)
rem (c) Copyright Shawn Rhoads 1991,92
rem (c) Copyright Software @ Work 1991,92
rem
rem Use the following two commands if you are getting errors of
rem mode com1:1200,N,8,1
rem echo ATH>com1
:start
turboard %1 %2 %3 %4
if errorlevel=255 goto end;
if errorlevel=254 call NODE1.BAT
if errorlevel=253 call NODE2.BAT
if errorlevel=252 call NODE3.BAT
if errorlevel=251 call NODE4.BAT
if errorlevel=250 call NODE5.BAT
if errorlevel=249 call NODE6.BAT
goto start
:end